3.16.8 \(\int \frac {2+3 x}{(1-2 x) (3+5 x)^2} \, dx\) [1508]

Optimal. Leaf size=32 \[ -\frac {1}{55 (3+5 x)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (3+5 x) \]

[Out]

-1/55/(3+5*x)-7/121*ln(1-2*x)+7/121*ln(3+5*x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 32, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {78} \begin {gather*} -\frac {1}{55 (5 x+3)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (5 x+3) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

-1/55*1/(3 + 5*x) - (7*Log[1 - 2*x])/121 + (7*Log[3 + 5*x])/121

Rule 78

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin {align*} \int \frac {2+3 x}{(1-2 x) (3+5 x)^2} \, dx &=\int \left (-\frac {14}{121 (-1+2 x)}+\frac {1}{11 (3+5 x)^2}+\frac {35}{121 (3+5 x)}\right ) \, dx\\ &=-\frac {1}{55 (3+5 x)}-\frac {7}{121} \log (1-2 x)+\frac {7}{121} \log (3+5 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 30, normalized size = 0.94 \begin {gather*} \frac {1}{605} \left (-\frac {11}{3+5 x}-35 \log (5-10 x)+35 \log (3+5 x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(2 + 3*x)/((1 - 2*x)*(3 + 5*x)^2),x]

[Out]

(-11/(3 + 5*x) - 35*Log[5 - 10*x] + 35*Log[3 + 5*x])/605

________________________________________________________________________________________

Maple [A]
time = 0.11, size = 27, normalized size = 0.84

method result size
risch \(-\frac {1}{275 \left (x +\frac {3}{5}\right )}-\frac {7 \ln \left (-1+2 x \right )}{121}+\frac {7 \ln \left (3+5 x \right )}{121}\) \(25\)
default \(-\frac {7 \ln \left (-1+2 x \right )}{121}-\frac {1}{55 \left (3+5 x \right )}+\frac {7 \ln \left (3+5 x \right )}{121}\) \(27\)
norman \(\frac {x}{99+165 x}-\frac {7 \ln \left (-1+2 x \right )}{121}+\frac {7 \ln \left (3+5 x \right )}{121}\) \(28\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2+3*x)/(1-2*x)/(3+5*x)^2,x,method=_RETURNVERBOSE)

[Out]

-7/121*ln(-1+2*x)-1/55/(3+5*x)+7/121*ln(3+5*x)

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 26, normalized size = 0.81 \begin {gather*} -\frac {1}{55 \, {\left (5 \, x + 3\right )}} + \frac {7}{121} \, \log \left (5 \, x + 3\right ) - \frac {7}{121} \, \log \left (2 \, x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="maxima")

[Out]

-1/55/(5*x + 3) + 7/121*log(5*x + 3) - 7/121*log(2*x - 1)

________________________________________________________________________________________

Fricas [A]
time = 0.74, size = 37, normalized size = 1.16 \begin {gather*} \frac {35 \, {\left (5 \, x + 3\right )} \log \left (5 \, x + 3\right ) - 35 \, {\left (5 \, x + 3\right )} \log \left (2 \, x - 1\right ) - 11}{605 \, {\left (5 \, x + 3\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="fricas")

[Out]

1/605*(35*(5*x + 3)*log(5*x + 3) - 35*(5*x + 3)*log(2*x - 1) - 11)/(5*x + 3)

________________________________________________________________________________________

Sympy [A]
time = 0.05, size = 26, normalized size = 0.81 \begin {gather*} - \frac {7 \log {\left (x - \frac {1}{2} \right )}}{121} + \frac {7 \log {\left (x + \frac {3}{5} \right )}}{121} - \frac {1}{275 x + 165} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)**2,x)

[Out]

-7*log(x - 1/2)/121 + 7*log(x + 3/5)/121 - 1/(275*x + 165)

________________________________________________________________________________________

Giac [A]
time = 1.46, size = 25, normalized size = 0.78 \begin {gather*} -\frac {1}{55 \, {\left (5 \, x + 3\right )}} - \frac {7}{121} \, \log \left ({\left | -\frac {11}{5 \, x + 3} + 2 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)/(1-2*x)/(3+5*x)^2,x, algorithm="giac")

[Out]

-1/55/(5*x + 3) - 7/121*log(abs(-11/(5*x + 3) + 2))

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 18, normalized size = 0.56 \begin {gather*} \frac {14\,\mathrm {atanh}\left (\frac {20\,x}{11}+\frac {1}{11}\right )}{121}-\frac {1}{275\,\left (x+\frac {3}{5}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(3*x + 2)/((2*x - 1)*(5*x + 3)^2),x)

[Out]

(14*atanh((20*x)/11 + 1/11))/121 - 1/(275*(x + 3/5))

________________________________________________________________________________________